home *** CD-ROM | disk | FTP | other *** search
/ PC PLAY 8 (Swedish) / PC PLAY 8.iso / play / credits.dxr / 00002_lastQuit.ls < prev    next >
Encoding:
Text File  |  1997-10-22  |  170 b   |  13 lines

  1. global gMovieList, gButton
  2.  
  3. on mouseDown
  4.   click(gButton)
  5. end
  6.  
  7. on mouseUp
  8.   if IsSelect(gButton) then
  9.     Hold(gButton, 0.20000000000000001)
  10.     go("MACRO")
  11.   end if
  12. end
  13.